Skip to main content

Wifi Manager Nodes

Wifi Manager is a customisable application that can be used to save and retrieve wifi credentials as well as other arbitrary data via a web-portal. Use these nodes to create a wifi manager application.

Config Nodes

Ap config

Config wifi manager to get access point and for wifi manager connections

Inputs

  • Ap ssid : Specify ssid for access point
  • Ap password : Specify password for access point
  • Ap channel : Specify the channel to use for ap
  • Ap ssid hidden : Set whether the access point is hidden or not
  • Ap bandwidth : Select the bandwidth of the access point channel
  • Sta only : Set whether the device stays in station mode only
  • Sta power save : Select the power saving mode for the wifi interface
  • Sta static ip : Set whether the device should have a static IP or not

Proc Nodes

start wifi manager

to connect wifi manager threough access point

Inputs

  • Ap config : Select the wifi manager ap config

add page wifi manager

To add a page to wifi manager

Inputs

  • Ap config : Select the wifi manager ap config
  • Page name : Specify the page to add to the wifi manager ui

get parameter wifi manager

to get parameter from webpage of wifi manager

Inputs

  • Ap config : Select the wifi manager ap config
  • Page name : Specify the page name
  • Label : Specify the paramater name whose value is to be retrieved

Outputs

  • param value : Value of the wifi parameter

add parameter wifi manager

to get parameter from webpage of wifi manager

Inputs

  • Ap config : Select the wifi manager ap config
  • Page name : Specify the page name to add the parameter to
  • Label : Specify the parameter name to be added to the page
  • Default value : Specify the default value of the parameter

stop wifi manager

to disconnect wifi manager

Inputs

  • Ap config : Select the wifi manager ap config

erase wifi manager

to erase all nvs save in wifi manager

Inputs

  • Ap config : Select the wifi manager ap config

Event Nodes

on wifi manager parameter change

An Event Producer Node that will produce event , whenever there is a change in wifi manager parameters

Inputs

  • Ap config : Select the wifi manager ap config
  • Page name : Specify the page name
  • Parameter label : Specify the paramter name to listen to for change

Outputs

  • param value : Updated value of the parameter